bus error traps - vertaling naar arabisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

bus error traps - vertaling naar arabisch

SIGBUS; Data bus error; Unaligned memory access

bus error traps      
مصائد أخطاء خط التوزيع
address bus         
  • conventional PCI]] bus card slot (very bottom)
SYSTEM THAT TRANSFERS DATA BETWEEN COMPONENTS WITHIN A COMPUTER
Data bus; Address bus; Computer buses; Memory bus; Bus (computer); I/O bus; Internal bus; 100MHz bus; 133MHz bus; Asynchronous bus; Synchronous bus; PC bus; Hardware bus; External data bus; Computer bus; RAM bus; External bus; Cache bus; Digital bus; Computer/bus; Interconnect (computing); Data buses; Draft:Data Bus; Data highway; Address line; Motherboard bus; Processor bus
ناقل عنوان ، موصل العناوين
internal bus         
  • conventional PCI]] bus card slot (very bottom)
SYSTEM THAT TRANSFERS DATA BETWEEN COMPONENTS WITHIN A COMPUTER
Data bus; Address bus; Computer buses; Memory bus; Bus (computer); I/O bus; Internal bus; 100MHz bus; 133MHz bus; Asynchronous bus; Synchronous bus; PC bus; Hardware bus; External data bus; Computer bus; RAM bus; External bus; Cache bus; Digital bus; Computer/bus; Interconnect (computing); Data buses; Draft:Data Bus; Data highway; Address line; Motherboard bus; Processor bus
ناقل داخلى .

Definitie

computer bus

Wikipedia

Bus error

In computing, a bus error is a fault raised by hardware, notifying an operating system (OS) that a process is trying to access memory that the CPU cannot physically address: an invalid address for the address bus, hence the name. In modern use on most architectures these are much rarer than segmentation faults, which occur primarily due to memory access violations: problems in the logical address or permissions.

On POSIX-compliant platforms, bus errors usually result in the SIGBUS signal being sent to the process that caused the error. SIGBUS can also be caused by any general device fault that the computer detects, though a bus error rarely means that the computer hardware is physically broken—it is normally caused by a bug in software. Bus errors may also be raised for certain other paging errors; see below.